@charset "UTF-8";
/* CSS Document */
*{ margin:0; padding:0;}
img{vertical-align:top;border:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
body{ color:#333; font-size:14px;-webkit-font-smoothing: antialiased;font-family:"Microsoft YaHei",微软雅黑;-webkit-text-size-adjust:none; word-wrap:break-word;}
a,a:visited{ color:#333; text-decoration:none;}
h1{ font-size:14px;} 
h1,h2,h3{ font-weight:normal}
.grey{ color:#898989;}
.sub{ font-size:.8em;}
ul{ list-style:none;}
a:hover,a:active{ color:#015fc5;}
.clear{ clear:both;}
.left{ float:left;}
.right{ float:right;}
